home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / dlgcoords.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  2001-10-16  |  3.3 KB  |  104 lines

  1. VERSION 5.00
  2. Begin VB.Form dlgCoords 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "Click Coordinates"
  5.    ClientHeight    =   1680
  6.    ClientLeft      =   2760
  7.    ClientTop       =   3750
  8.    ClientWidth     =   6030
  9.    LinkTopic       =   "Form1"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    ScaleHeight     =   1680
  13.    ScaleWidth      =   6030
  14.    ShowInTaskbar   =   0   'False
  15.    Begin VB.TextBox txtZ3 
  16.       Height          =   288
  17.       Left            =   4560
  18.       TabIndex        =   8
  19.       Top             =   1080
  20.       Width           =   1212
  21.    End
  22.    Begin VB.TextBox txtY3 
  23.       Height          =   288
  24.       Left            =   3240
  25.       TabIndex        =   7
  26.       Top             =   1080
  27.       Width           =   1212
  28.    End
  29.    Begin VB.TextBox txtX3 
  30.       Height          =   288
  31.       Left            =   1920
  32.       TabIndex        =   6
  33.       Top             =   1080
  34.       Width           =   1212
  35.    End
  36.    Begin VB.TextBox txtY2 
  37.       Height          =   288
  38.       Left            =   3240
  39.       TabIndex        =   4
  40.       Top             =   600
  41.       Width           =   1212
  42.    End
  43.    Begin VB.TextBox txtX2 
  44.       Height          =   288
  45.       Left            =   1920
  46.       TabIndex        =   3
  47.       Top             =   600
  48.       Width           =   1212
  49.    End
  50.    Begin VB.TextBox txtY1 
  51.       Height          =   288
  52.       Left            =   3240
  53.       TabIndex        =   1
  54.       Top             =   120
  55.       Width           =   1212
  56.    End
  57.    Begin VB.TextBox txtX1 
  58.       Height          =   288
  59.       Left            =   1920
  60.       Locked          =   -1  'True
  61.       TabIndex        =   0
  62.       Top             =   120
  63.       Width           =   1212
  64.    End
  65.    Begin VB.Label Label3 
  66.       Caption         =   "World coordinates :"
  67.       Height          =   252
  68.       Left            =   120
  69.       TabIndex        =   9
  70.       Top             =   1080
  71.       Width           =   1692
  72.    End
  73.    Begin VB.Label Label2 
  74.       Caption         =   "View coordinates :"
  75.       Height          =   252
  76.       Left            =   120
  77.       TabIndex        =   5
  78.       Top             =   600
  79.       Width           =   1692
  80.    End
  81.    Begin VB.Label Label1 
  82.       Caption         =   "Screen coordinates :"
  83.       Height          =   252
  84.       Left            =   120
  85.       TabIndex        =   2
  86.       Top             =   120
  87.       Width           =   1692
  88.    End
  89. Attribute VB_Name = "dlgCoords"
  90. Attribute VB_GlobalNameSpace = False
  91. Attribute VB_Creatable = False
  92. Attribute VB_PredeclaredId = True
  93. Attribute VB_Exposed = False
  94. '******************************************************************'
  95. '*                                                                *'
  96. '*                      TurboCAD for Windows                      *'
  97. '*                   Copyright (c) 1993 - 2001                    *'
  98. '*             International Microcomputer Software, Inc.         *'
  99. '*                            (IMSI)                              *'
  100. '*                      All rights reserved.                      *'
  101. '*                                                                *'
  102. '******************************************************************'
  103. Option Explicit
  104.